home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _FC6866AF622A4FC88BE55B23BDC95552 < prev    next >
Encoding:
Text File  |  2004-04-30  |  532 b   |  31 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("decal")
  6.     pass()
  7.     {
  8.         tmu()
  9.         {
  10.             texgen("world_position")
  11.             usertexmtx(0)
  12.             texture()
  13.             {
  14.                 image(txBlobCar)
  15.                 addressfunc("clamp", "clamp", "clamp")
  16.             }
  17.             alphaop("arg2", "texture", "tfactor", "current")
  18.         }
  19.  
  20.         blendfunc( "zero", "inv_src_color" )
  21.         depthfunc( "lequal", 0 )
  22.  
  23.         tfactor(0,0,0,0)
  24.  
  25.         blackfog()
  26.     }
  27. }
  28.  
  29.  
  30.  
  31.